fix(cards): remove any usages in cards route - #621
Conversation
|
@keerthana266 is attempting to deploy a commit to the Prashantkumar Khatri's projects Team on Vercel. A member of the Team first needs to authorize it. |
|
Hi @keerthana266, Thanks for opening this pull request. This PR has been automatically classified based on the files modified. Applied Labels
Primary Review Area
Reviewer@Harxhit has been identified as the primary reviewer for this pull request. If you have any questions regarding the affected area or implementation details, feel free to reach out to the assigned reviewer. Thank you for your contribution! |
CI — All Checks PassedBackend — PASS
Mobile — SKIP
Web — SKIP
Last updated: |
|
I investigated the failing typecheck. Running The changes in this PR are limited to removing |
|
@keerthana266 Please mentioned which issue it closes on PR description. |
Hi @Harxhit, This PR addresses the same type-safety improvements in Could you please let me know if you'd like me to link this PR to a different open issue, or should I simply mark it as related to #547? Thanks! |
|
@keerthana266 Typecheck is failing could you please look into it. |
|
Hi @Harxhit, I merged the latest The Could you please take a look when you have time? Thanks! |
|
Congratulations @keerthana266 on getting PR #621 merged! Thank you for your contribution to the project. To receive the appropriate GSSoC labels and recognition, please mention @Harxhit in the #get-labels channel on our Discord server and share your merged PR link. |
|
@Harxhit Hi, I am unable to access the Discord server. Could you please guide me on how GSSoC contributions are tracked for this PR? Also, I’ve ensured the issue is linked and PR is merged. |
https://discord.gg/wF46Q24Bz -> Link for the discord you can find all the details in the discord server. |
Description
Removed
anyusages fromapps/backend/src/routes/cards.tsand replaced them with proper Fastify typings.
Changes Made
request.server as any(app as any).authenticateType of Change
Continues the type-safety improvements introduced in Improve Type Safety in cards.ts and Remove Remaining any Usage #547.